Fix updating the widget accessible description when using its tooltip
authorColomban Wendling <cwendling@hypra.fr>
Mon, 20 Feb 2017 16:39:40 +0000 (17:39 +0100)
committerMatthias Clasen <mclasen@redhat.com>
Sun, 10 Dec 2017 02:28:47 +0000 (21:28 -0500)
commit75768a4d0097c1892a4cb0f634d76fdc7b400664
treef0fac6e36afb3c8f1b2e63b83d1b1149ffee046c
parent492469a94af35c2b102bcf7f07046ef2d09b2b3d
Fix updating the widget accessible description when using its tooltip

We need to notify ATK the description changed when the tooltip text associated
with the widget changes and gtk_widget_accessible_get_description() would use
it as the description.

https://bugzilla.gnome.org/show_bug.cgi?id=779009
gtk/a11y/gtkwidgetaccessible.c